home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Help / locale / help / english / sys / cpu.doc < prev    next >
Encoding:
Text File  |  2000-10-06  |  2.8 KB  |  143 lines

  1. CPU
  2.  
  3. Sets or displays processor options.
  4.  
  5. Format
  6.  
  7. CPU [CACHE | NONCACHE] [BURST | NOBURST] [DATACAHCE | NODATACACHE] [DATABURST
  8. | NODATABURST] [INSTCACHE | NOINSTCACHE] [INSTBURST | NOINSTBURST] [FASTROM |
  9. NOFASTROM] [TRAP | NOTRAP] [COPYBACK | NOCOPYBACK] [EXTERNALCACHE |
  10. NOEXTERNALCACHE] [NOMMUTEST] [CHECK 68010 | 68020 | 68030 | 68040 | 68881 |
  11. 68882 | 68851 | MMU | FPU]
  12.  
  13. Template
  14.  
  15. CACHES/S,BURST/S,NOCACHE/S,NOBURST/",DATACACHE/S,NODATACHE/S,DATABURST/S,NODA
  16. TABURST/S,INSTCACHE/S,NOINSTCACHE/S,INSTBURST/S,NOINSTBURST/S,COPYBACK/S,NOCO
  17. PYBACK/S,EXTERNALCACHE/S,NOEXTERNALCACHE/S,FASTROM/S,NOFASTROM/S,TRAP/S,NOTRA
  18. P/S,NOMMUTEST/S,CHECK/K
  19.  
  20. Location
  21.  
  22. C:
  23.  
  24. CPU adjusts various options of the microprocessor installed in your Amiga.
  25. CPU also shows the processor and options that are currently enabled.
  26.  
  27. Many options only work with certain members of the 680x0 processor family.
  28. The 68020 has a special type of memory known as instruction cache. When
  29. instruction cache is used, instructions are executed more quickly. The 68030
  30. and 68040 have two types of cache memory: instruction and data.
  31.  
  32. If mutually exclusive options are specified, the safest option is used.
  33. Availability of the following options depends on the type of microprocessor
  34. present.
  35.  
  36. CACHE
  37.  
  38. Turns on all caches.
  39.  
  40. NOCACHE
  41.  
  42. Turns off all caches.
  43.  
  44. BURST
  45.  
  46. Turns on burst mode for both data and instructions.
  47.  
  48. NOBURST
  49.  
  50. Turns off burst mode for data and instructions.
  51.  
  52. DATACACHE
  53.  
  54. Turns on data cache.
  55.  
  56. NODATACACHE
  57.  
  58. Turns off data cache.
  59.  
  60. DATABURST
  61.  
  62. Turns on burst mode for data.
  63.  
  64. NODATABURST
  65.  
  66. Turns off burst mode for data.
  67.  
  68. INSTCACHE
  69.  
  70. Turns on instruction cache.
  71.  
  72. NOINSTCACHE
  73.  
  74. Turns off instruction cache.
  75.  
  76. INSTBURST
  77.  
  78. Turns on burst mode for instructions.
  79.  
  80. NOINSTBURST
  81.  
  82. Turns off burst mode for instructions.
  83.  
  84. FASTROM
  85.  
  86. With a processor having a supported MMU, copies the system ROM into 32-bit
  87. RAM, making access to operating system functions significantly faster. CPU
  88. then write-protects the RAM area so that the data cannot be changed.
  89.  
  90. NOFASTROM
  91.  
  92. Turns off FASTROM.
  93.  
  94. TRAP
  95.  
  96. This option is for developers only.
  97.  
  98. NOTRAP
  99.  
  100. This option is for developers only.
  101.  
  102. COPYBACK
  103.  
  104. Turns on 68040 copyback cache.
  105.  
  106. NOCOPYBACK
  107.  
  108. Turns off 68040 copyback cache.
  109.  
  110. EXTERNALCACHE
  111.  
  112. Turns on external cache.
  113.  
  114. NOEXTERNALCACHE
  115.  
  116. Turns off external cache.
  117.  
  118. NOMMUTEST
  119.  
  120. Allows the MMU settings to be changed without checking to see if an MMU is
  121. currently in use.
  122.  
  123. The CHECK option, when given with a keyword (68010, 68020, 68030, 68040,
  124. 68881, 68882, or 68851, MMU, FPU) checks for the presence of the processor
  125. indicated by the keyword.
  126.  
  127. Examples:
  128.  
  129. 1> CPU
  130.  
  131. System: 68030 68881 (INST: Cache Burst) (DATA: Cache NoBurst)
  132.  
  133. 1> CPU NODATACACHE FASTROM
  134.  
  135. System: 68030 68881 FastRom (INST: Cache Burst)
  136.  
  137. (DATA: NoCache NoBurst)
  138.  
  139. 1> CPU NOBURST DATACACHE NOINSTCACHE
  140.  
  141. System: 68030 68881 (INST: NoCache NoBurst) (DATA: Cache NoBurst)
  142.  
  143.